
/****************************Ã¥Âºâ€¢Ã©Æ’Â¨**************************************/
#footer{
	width: 1920px;
	height: 320px;
	background:url(../img/footerBg.png);
	overflow: hidden;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
#footer .footer-top{
	padding-left: 160px;
	padding-right: 160px;
	height: 108px;
	overflow: hidden;
	margin-bottom: 35px;
}
.footer-box{
	height: 107px;
	overflow: hidden;
}
.footer-fLeft{
	float: left;
	width: 150px;
	height: 100%;
	position: relative;
}
.footer-fLeft img{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.footer-fRight{
	line-height: 108px;
	float: right;
}
.footer-fRight ul li{
	list-style: none;
	font-size: 16px;
	color: #8a8a8a;
	float: left;
	margin-left: 48px;
	height: 15px;
} 
.footer-fRight ul li a{
	color: #FFFFFF;
	opacity: 0.4;
	transition: all 0.5s;
}
.footer-fRight ul li:hover a{
	opacity: 1;
}
#footer .p{
	width: 1600px;
	height: 1px;
	background-color: #505050;
	margin-bottom: 35px;
}
.footer-bottom{
	color: #9d9d9d;
	margin: 0 160px 0 160px;
	height: 213px;
	overflow: hidden;
}
.fbl{
	float:left;
}
.fbl h3{
	font-size: 18px;
	margin-bottom: 25px;
}
.fbl p{
	line-height: 24px;
	font-size: 14px;
}
.fbr{
	float:right;
}
.fbr ul{
	height: 64px;
	margin-bottom: 48px;
}
.fbr ul li a{
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #FFFFFF;
	opacity: 0.4;
	border-radius: 5px;
	position: relative;
	transition: all .5s;
}
.fbr ul li{
	float: right;
	margin-left: 28px;
	
}
.fbr ul li:hover a{
	opacity:.7;
}
.fbr p{
	white-space: nowrap;
	font-size: 14px;
	color: #5a5a5a;
}

/*.swiper-container{
	position: relative;
}
.swiper-pagination{
	position: absolute;
	bottom: 87px;
	right: 60px;
}
.swiper-pagination span{
	width: 40px;
	height: 5px;
	background-color: #cf001b;
	margin: 13px 0;
}*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 82px;
	/*bottom: 82px;*/
	left: 1664px;
	/*right: 60px;*/
	width:210px;
}
.swiper-pagination-bullet{
	width: 2.75rem;
	height: 0.35rem;
	border-radius:0;
	background: #008e53;
}
.swiper-pagination-bullet:hover{
	cursor:pointer;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 13px;
	
}


.marginCenter{
	width: 84%;
	margin:auto;
}